Socket
Socket
Sign inDemoInstall

taktik-polymer-typescript

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taktik-polymer-typescript

Module providing development facilities for ozone polymer type script modules.


Version published
Weekly downloads
10
decreased by-81.82%
Maintainers
3
Weekly downloads
 
Created
Source

NPM version

<taktik-polymer-typeScript>

Module providing development facilities for ozone polymer type script modules.

install & configure this module in an other a typeScript project

  • step 1: install dependency

Install you dependency npm install --save taktik-polymer-typescript

  • step 2: use node module resolution in tsconfig.json
{
    "compilerOptions":{
        "moduleResolution": "node"
    }
}
  • step 3: import where you need
import {customElement} from 'taktik-polymer-typescript' // Import elements

FAQs

Package last updated on 05 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc